Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cleanup): address TODOs PE-7339 #296

Merged
merged 9 commits into from
Jan 3, 2025
Merged

Conversation

fedellen
Copy link
Contributor

@fedellen fedellen commented Dec 20, 2024

this PR addresses some of the TODOs. We still have 23 in the codebase, quite a few around improved testing coverage

  • removes timestamp conversion (looks good so far, test this devnet) <-- did not blend, we need this converison
  • gives types for ARIOEvent
  • Adds Buy-Name handler in addition to Buy-Record in preparation for standardizing on Name
  • excises TODOs that are already done or seemed unnecessary
image

@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.41%. Comparing base (8573d89) to head (4c5edf3).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #296      +/-   ##
===========================================
+ Coverage    94.40%   94.41%   +0.01%     
===========================================
  Files           10       10              
  Lines         3001     3007       +6     
===========================================
+ Hits          2833     2839       +6     
  Misses         168      168              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dtfiedler dtfiedler force-pushed the PE-7339-review-todos branch from 129c19d to b808106 Compare January 3, 2025 14:08
@dtfiedler dtfiedler changed the title refactor: address TODOs PE-7339 chore(cleanup): address TODOs PE-7339 Jan 3, 2025
@dtfiedler
Copy link
Collaborator

Pushed several more commits to address other outstanding TODOs. Will address the remaining in individual PRs.

@dtfiedler dtfiedler marked this pull request as ready for review January 3, 2025 15:02
@dtfiedler
Copy link
Collaborator

image

@dtfiedler dtfiedler self-requested a review January 3, 2025 15:03
@dtfiedler dtfiedler merged commit af66adc into develop Jan 3, 2025
6 checks passed
@dtfiedler dtfiedler deleted the PE-7339-review-todos branch January 3, 2025 15:39

--- Factory function for creating an "AOEvent"
--- @param initialData table<string, any> Optional initial data to populate the event with.
--- @returns AOEvent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: @return

--- Convenience factory function for pre populating analytic and msg fields into AOEvents
--- @param msg table
--- @param initialData table<string, any> Optional initial data to populate the event with.
--- @returns ARIOEvent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants